home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / maximus / mfile112.zip / HISTORY < prev    next >
Text File  |  1994-07-04  |  17KB  |  429 lines

  1. Ver 1.0  -5600 lines of code
  2.  
  3.          -A few minor display bugs fixed.
  4.  
  5.          -Welcome screen changed.
  6.  
  7.          -Fixed bug in the Dupe Search function where the files.bbs
  8.           was not saved if the search began from the second window.
  9.  
  10.          -Added another feature to Dupe Search.
  11.  
  12.          -Fixed a bug in Dupe Search, the second file list was always
  13.           sorted whether you wanted it or not.
  14.  
  15.          -Dupe Search is now much faster.
  16.  
  17.          -Cosmetic fixes for the menus.
  18.  
  19.  
  20.  
  21. Ver 1.01 -5850 lines of code
  22.  
  23.          -Added Lora support
  24.  
  25.          -If you removed too many descriptions or deleted too many
  26.           files at the end of a files.bbs, you could no longer scroll
  27.           up but pressing home still worked.
  28.  
  29.          -It was impossible to open up a file area if a files.bbs did
  30.           not exist.  Now fixed
  31.  
  32.          -Inserting a new file description at the top of an empty
  33.           files.bbs caused a few problems.  Now fixed.
  34.  
  35.          -Fixed a bug in the dupe search that could cause MaxFile/2 to
  36.           go into a CPU hogging cycle that would cause it to hog a lot
  37.           of memory before dying (after a couple of minutes) during
  38.           which it cannot be killed by any means other than the three
  39.           fingered salute.
  40.  
  41.          -Stripped the symbol table in the distribution which reduced
  42.           the size of the executable by about 30k.  MaxFile/2 is now
  43.           about 126k in the distribution as compared to 280k for the
  44.           debugging version and 156k for the previous release.  Very
  45.           small for the power of the app.
  46.  
  47.          -Fixed small display bug so that an extra character can be
  48.           displayed on each line.  I know, big deal...  But, it is
  49.           fixed (and noone other than I noticed it was broken!  :-)
  50.  
  51.  
  52.  
  53. Ver 1.02 -6050 lines of code
  54.  
  55.          -Added support for SBBS.
  56.  
  57.          -Added a little more threading at startup
  58.  
  59.          -Read only files can now be displayed in a different color.
  60.  
  61.  
  62.  
  63. Ver 1.03 -6050 lines of code
  64.  
  65.          -Cleaned up the "contents" window.
  66.  
  67.          -Fixed a small bug in description editor.
  68.  
  69.  
  70.  
  71.  
  72. Ver 1.04 -6700 lines of code
  73.  
  74.          -Added support for a "generic" bbs
  75.  
  76.          -Extracting file_id.diz now handles extended ascii codes a
  77.           little bit better now (high ascii changed to ' ', and any
  78.           sub string '   ' is replaced by ' ').
  79.  
  80.          -Added several command line options for nightly maintinence:
  81.           Create allfiles list, adopt orphans in ALL areas, use
  82.           file_id.diz for every file in every area when the
  83.           file_id.diz exists in the archive, and sort the files in
  84.           every file area by name.
  85.  
  86.          -Comments and offline files are now marked as read-only
  87.           (undeleteable)
  88.  
  89.          -Allowed for both European or American format for the date.
  90.  
  91.          -Reduced the total memory required for MaxFile/2.  This is
  92.           especially apparent when large file areas are considered.
  93.  
  94.          -Many of the Hot-keys did not work... Now fixed.
  95.  
  96.          -Cleaned up some code for the area selection window.
  97.  
  98.  
  99.  
  100.  
  101. Ver 1.05 -6700 lines of code
  102.  
  103.          -Added support for extended file descriptions as used in some
  104.           BBS systems such as Lora and SuperBBS.  FILE_ID.DIZ is now
  105.           read in as an extended description (no changes to the string
  106.           at all except to add the extended description character.)
  107.           Maximum description length is limited to 1024 chars.
  108.  
  109. Ver 1.06 -6400 lines of code
  110.  
  111.          -Accidentally left some debugging code in for extracting the
  112.           file_id.diz for version 1.05...  Sorry about that!  :-|
  113.  
  114.          -Tightened up a *LOT* of the code (reduction of 300 lines!)
  115.  
  116.          -Bug fix:  If there were not any files in a file area and one
  117.                     hit alt-F/E, MaxFile/2 would not exit as it should.
  118.                     Now fixed.  Thanks Harald Finnaas for finding this
  119.                     one!
  120.  
  121.          -Delete key would not work for editing descriptions, only the
  122.           backspace key would work.  Now, both work.
  123.  
  124.          -The file maintinance utility is now run after adopting all
  125.           files in the nightly maintinance if you have autofbp set to
  126.           yes in the config file.
  127.  
  128. Ver 1.07 -6700 lines of code
  129.  
  130.          -Bug Fix: When switching from a non-wrapped to wrapped
  131.                    display MaxFile/2 would occationally get confused
  132.                    and not allow scrolling until a page up/down or
  133.                    home/end key was pressed. Fixed.
  134.  
  135.          -Bug Fix: When moving a large number (20+) files from one
  136.                    area to another area whose window was open, a core
  137.                    dump could occur.  Fixed.
  138.  
  139.          -Bug Fix: full pathnames were broken, not sure how long they
  140.                    have been broken but they now work again.
  141.  
  142.          -Allfiles list is now a bit nicer looking.
  143.  
  144.          -If you select a range of files and then select sort, just that
  145.           range will be sorted.  If no files are selected, the entire
  146.           list is sorted (comments excluded).
  147.  
  148.          -Bug Fix: Video corruption could occur if moving alot of
  149.                    files and line wrapping was on.
  150.  
  151.          -Sorting has been speeded up.  Will also be reflected in the
  152.           dupe search function.
  153.  
  154.          -Bug Fix: When adopting files, the 14th file's read-only
  155.                    attribute was changed to the attribute of the last
  156.                    adopted file.
  157.  
  158.          -Bug Fix: Forgot to clean up some temporary files when using
  159.                    the external editor for extended file descriptions
  160.  
  161.          -Added the ability to locate a text string in the file base
  162.           (Similar to Max's Locate)  It is IMHO relatively slow but it
  163.           works
  164.  
  165.          -A few minor enhancements in the general look and feel of
  166.           MaxFile/2
  167.  
  168.  
  169.  
  170.  
  171. Ver 1.08 -6750 lines of code
  172.  
  173.          -Bug Fix: MaxFile/2 would always core dump after
  174.                    re-archiving.  Fixed.
  175.  
  176.          -Bug Fix: The dupe search would not find some of the dupes.
  177.                    This has been fixed as well as the dupe search was
  178.                    speeded up some.
  179.  
  180.          -Bug Fix: Attempting to re-archive more than one file at once
  181.                    resulted in failure.  Fixed.
  182.  
  183.          -Bug Fix: The 4-line error message windows often did not
  184.                    display properly
  185.  
  186.          -Added a config verb to allow either a vertical split for the
  187.           two windows or a horizontal split
  188.  
  189.  
  190. Ver 1.09 7200 lines of code
  191.  
  192.          -Bug Fix: Pressing home unmarks any marked files
  193.  
  194.          -If you try to delete a file that is not deleteable, the
  195.           description is now removed anyway (due to popular request).
  196.  
  197.          -Pressing END now brings one to the actual end of the file
  198.           list.  Before, it would only display the last 4 files or so.
  199.           The same is true of pressing the pagedown key
  200.  
  201.          -When sorting the file areas, the selection is no longer
  202.           moved to the top of the file list.  It is left in (relatively)
  203.           the same position
  204.  
  205.          -Bug Fix: When deleting a file, sometimes a the selection
  206.                    would be moved up by two slots rather than one.
  207.  
  208.  
  209.          -Added a hot key for file->repOsition
  210.  
  211.          -Added ability to have a different colour for the word
  212.           COMMENT so that one doesn't confuse them with offline files.
  213.  
  214.          -Bug Fix: Delete key now works properly.  Pressing Backspace
  215.                    deletes the character to the left of the cursor and
  216.                    moves the cursor left one space where pressing
  217.                    delete deletes the character where the cursor is.
  218.                    This is for when you edit strings...
  219.  
  220.          -Added the ability to use the keys HOME and END when editing
  221.           strings.  These keys bring the cursor to the begining or end
  222.           of the description.
  223.  
  224.  
  225.          -If autofbp is set to NO, then the file runfbp.cmd is created
  226.           in the present directory.  This is a .cmd file that will 
  227.           execute the file base management that would have been
  228.           performed if autofbp were set to YES.
  229.  
  230.          -Bug Fix: Lora file database program would be run, even if no
  231.                    files.bbs were modified.  Now fixed.
  232.  
  233.  
  234.          -Whenever an area is to be selected (for a move or changing
  235.           the area), the window now comes up with the present area
  236.           selected.
  237.  
  238.          -When moving a file and a file of the same name already
  239.           exists in the target directory, the date and size of both
  240.           files are displayed.
  241.  
  242.          -Added ability to rename files
  243.  
  244.          -Exit under the file menu now uses the key 'X' rather than
  245.           'E'
  246.  
  247.          -Added ability to insert comments directly through the
  248.           description menu rather than forcing one to go through the
  249.           file menu and insert a file with the name "comments"
  250.  
  251.          -Bug Fix: When inserting a file, the read only attribute was
  252.                    not properly set.
  253.  
  254.          -Bug Fix: Fixed an occational display problems when resizing a
  255.                    window.
  256.  
  257.          -Bug Fix: Sometimes, the adopt files option would adopt some
  258.                    files that were already in the file list.  Fixed.
  259.  
  260.          -Bug Fix: The "-sort" command line option would core dump.
  261.                    Fixed.
  262.  
  263.          -Bug Fix: All command line options failed in version 1.08.
  264.                    Fixed.
  265.  
  266.          -When deleting or moving files, a window is created that
  267.           allows you to remove files from the list of files to be
  268.           either moved or deleted.
  269.  
  270.          -Bug Fix: Adopt Orphans broke in version 1.08, now fixed.
  271.  
  272.          -Bug Fix: If the path for the system info was longer than 20
  273.                    characters, odd errors could happed (prepending
  274.                    of strange data to the files.bbs line, core dumps
  275.                    and other strange behaviour...)
  276.  
  277.          -Bug Fix: If a files.bbs did not exist, then the reported
  278.                    size of the files in that area did not change to
  279.                    0k. Fixed.
  280.  
  281.          -Added a different colour option for offline files as opposed
  282.           to read only files.
  283.  
  284.          -Added a method to eliminate certain file areas from the
  285.           allfiles list.
  286.  
  287.  
  288.  
  289. Ver 1.10 -7500 lines of code
  290.  
  291.          -Bug Fix: If you sorted files, the readonly/offline
  292.                    attributes did not follow the files.  Fixed.
  293.  
  294.          -Bug Fix: If no files were selected for operation (move,
  295.                    delete, ...) then, MaxFile/2 would become unstable
  296.                    and eventually core dump.
  297.  
  298.          -Bug Fix: If a file collision was detected on a move, the 
  299.                    window displaying the two different files with
  300.                    their sizes and dates was displayed incorrectly
  301.  
  302.          -Added keyboard macros.  Now there are up to 8 user definable
  303.           keys that will run external programs on the selected files.
  304.           Two sample REXX scripts are also included.
  305.  
  306.  
  307. Ver 1.11 -7600 lines of code
  308.  
  309.          -Bug Fix: Sorry guys. Again, the command line options were
  310.                    somewhat screwed up.  Now they work.
  311.  
  312.          -removed some of the information displayed after re-archiving
  313.           a(some) file(s)
  314.  
  315.          -Bug Fix: In v1.10, the cleanup of the re-archiving broke. It
  316.                    has, of course, now been fixed.
  317.  
  318.          -Added a config variable to wrap or not wrap descriptions by
  319.           default.
  320.  
  321.          -Bug Fix: Fixed some mysterious core dumps that occured.
  322.  
  323.          -Added a config variable to strip or not strip the high ascii
  324.           characters as the user desires.
  325.  
  326.          -The FILE_ID.DIZ is now read in completely, no truncation.
  327.  
  328.          -The internal description editor now allows much longer
  329.           strings to be edited.  This should help those running BBS
  330.           systems that allow long descriptions but don't use an
  331.           extended description character or those who want the entire
  332.           file_id.diz extracted even though the Max user cannot read
  333.           all of it (except in allfiles lists).  Note that if you try
  334.           to edit a string longer than possible, the string is simply
  335.           truncated at the appropriate position.
  336.  
  337.          -Maximum number of extensions for adoption was raised to 25
  338.  
  339.          -On a file collision, the window giving information on the
  340.           two files still needed to be cleaned up a bit and has been
  341.           done so.
  342.  
  343.          -Cleaned up the select area code some.  Should look a bit
  344.           better now.
  345.  
  346.          -Bug Fix: After re-archiving a file, the file list now
  347.                    displays the size of the re-archived file rather
  348.                    than the size of the old archive.
  349.  
  350.          -Re-archiving is now done in a minimized window rather than
  351.           in a background window
  352.  
  353.          -Bug Fix:  <alt-F>->insert caused a core dump, not sure how
  354.                     long this has been broken but it is now fixed.
  355.  
  356.          -Bug Fix:  After renaming a file (or attempting to do so) the
  357.                     selected entry was not highlighted as it was
  358.                     supposed to be.  Fixed
  359.  
  360. Ver 1.12 -7900 lines of code
  361.  
  362.          -Bug Fix/enhancement: Wildcards are now accepted in the
  363.                     files.bbs.
  364.  
  365.          -Bug Fix:  When renaming a file, the fully qualified file
  366.                     name was written to the files.bbs rather than just
  367.                     the file name. Fixed.
  368.  
  369.          -Bug Fix:  When a files.bbs included a fully qualified file
  370.                     name, the file was ocationally indicated as
  371.                     being off-line when in fact it was there. Fixed.
  372.  
  373.          -Bug Fix:  When removing a description, the highlight marker
  374.                     was moved upwards two files for every description
  375.                     that was removed.  Fixed.
  376.  
  377.          -Bug Fix:  After editing a description with an external
  378.                     editor, and extra space was written out to the
  379.                     files.bbs after that description.
  380.  
  381.          -Bug Fix:  Added a bit more error trapping.
  382.  
  383.          -Bug Fix:  When extracting a file_id.diz with a defined
  384.                     extended description character, the file_id.diz
  385.                     is read in as is with the correct carriage returns
  386.                     to display as the file_id.diz author intended.
  387.  
  388.          -This file (the HISTORY) was trimmed to only include releases
  389.           that were a non-beta variety.
  390.  
  391.          -Bug Fix:  If a file rename failed, then the rename window
  392.                     displayed the failed file name rather than the
  393.                     original file name.  Fixed.
  394.  
  395.          -Bug Fix:  When extracting a file_id.diz, MaxFile/2 would at
  396.                     times core dump if the resulting file description
  397.                     exceeded 1000 characters.  Fixed.
  398.  
  399.          -Bug Fix:  Fixed some problems that were encountered with
  400.                     really long descriptions.
  401.  
  402.          -Bug Fix:  If the last description was larger than the window
  403.                     size and one scrolled down to the end, pressing
  404.                     the down arrow could cause MaxFile/2 to become
  405.                     unstable and core dump.
  406.  
  407.          -Bug Fix:  Tracked down and mashed some annoying pointer
  408.                     bugs.
  409.  
  410.          -Several minor cosmetic improvements.
  411.  
  412.          -Bug Fix:  Avantar graphics are now (I think) handled
  413.                     properly
  414.  
  415.          -Bug Fix:  If the defined picture viewer did not lie in the
  416.                     path and the full path was defined in maxfile.cfg,
  417.                     MaxFile/2 could not run the picture viewer.
  418.                     Fixed.
  419.  
  420.          -Bug Fix:  If using the locate feature and one deleted a file
  421.                     in the files.bbs and then a second match was found
  422.                     in the same files.bbs, the previous change (the
  423.                     delete) was not recorded. Fixed.
  424.  
  425.          -Bug Fix:  Regression:  When selecting an area, if a person
  426.                     hit a number key, the window that then opened to
  427.                     read in the number displayed the selections of 0-0
  428.                     rather than 0-(numareas-1). Fixed.
  429.